@dpuse/dpuse-development 0.3.480 → 0.3.481

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6609,7 +6609,7 @@ async function ii(e) {
6609
6609
  //#region src/operations/checkDependencies.ts
6610
6610
  async function ai() {
6611
6611
  try {
6612
- jr("Check Dependencies"), await Z("1️⃣ Check using 'npm outdated'", "npm", ["outdated"], !0), await Z("2️⃣ Check using 'npm-check-updates'", "npm-check-updates", ["-i", "--peer"]), Mr("Dependencies checked.");
6612
+ jr("Check Dependencies"), await Z("1️⃣ Check using 'npm outdated'", "npm", ["outdated"], !0), await Z("2️⃣ Check using 'npm-check-updates'", "npm-check-updates", ["-i", "--dep dev,prod,peer,optional"]), Mr("Dependencies checked.");
6613
6613
  } catch (e) {
6614
6614
  console.error("❌ Error checking dependencies.", e), process.exit(1);
6615
6615
  }